home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / SOURCES / oIntro_Screen_1.k < prev    next >
Text File  |  1996-08-07  |  799b  |  48 lines

  1. object oIntro_Screen_1 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is 0;
  5.     Items is [
  6.         oBox___BG_1_2,
  7.         oBall_movie_1_4
  8.     ];
  9. end;
  10.  
  11.  
  12. object oBox___BG_1_2 is cPictureHandler
  13. with
  14.     Duration is -1;
  15.     Supplier is oBox___BG_13_;
  16.     Behavior is cVRBehavior
  17.     has
  18.     with
  19.         Enabled is true; Shown is true; 
  20.         X is 0; Y is 0; Width is 640; Height is 480;
  21.     end;
  22. end;
  23.  
  24.  
  25. object oBall_movie_1_4 is cMovieHandler
  26. with
  27.     Supplier is oBall_movie_12_;
  28.     Behavior is cVRBehavior
  29.     has
  30.         Onscreen(theTarget)
  31.             do
  32.                 theTarget.Run(true);
  33.             end;
  34.         
  35.         Finished(theTarget)
  36.             do
  37.                 oBinder.SetTransition(oDissolve, 30);
  38.                 oInterlude.SetPicture(oBlur_Main_Menu_pict_23_);
  39.                 oBinder.Goto(oMain_Menu_2);
  40.             end;
  41.         
  42.     with
  43.         Enabled is true; Shown is true; 
  44.         X is 159; Y is 50; Width is 320; Height is 240;
  45.     end;
  46. end;
  47.  
  48.